home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / c_toolbx.arc / VIEWCMDS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1988-03-30  |  278 b   |  14 lines

  1. /* viewcmds.h - definitions of codes for input commands  */
  2.  
  3. #define   NEXTPAGE     0
  4. #define   PREVPAGE     1
  5. #define   FIRSTPAGE     2
  6. #define   LASTPAGE     3
  7. #define   MOVETOPOS     4
  8. #define   EXITPGM     5
  9. #define   NEXTLINE     6
  10. #define   PREVLINE     7
  11. #define   INVALIDCMD    99
  12.  
  13.  
  14.